home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Encarta World Atlas 1999 / Encarta World 99 Install Disk.iso / evg / Flights / ctrlPan.dcr / 00007_tooltip_FASTER.ls < prev    next >
Encoding:
Text File  |  1998-09-01  |  189 b   |  14 lines

  1. on mouseEnter me
  2.   startTimer()
  3. end
  4.  
  5. on mouseLeave me
  6.   set the visible of sprite 36 to 0
  7. end
  8.  
  9. on mouseWithin me
  10.   if the timer > 60 then
  11.     set the visible of sprite 36 to 1
  12.   end if
  13. end
  14.